home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6301.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  30 lines

  1. Depending on the chosen algorithm for a node, its output value will be calculated by using either one or two operators, or none at all. In particular, the first operator, called 窶廾perator 1窶 is used when the algorithm is either 窶廨lobal only窶, 窶彜ingle窶 or 窶廛ouble窶.
  2.  
  3. If the algorithm is either 窶廨lobal only窶 or 窶廛ouble窶, Operator 1 describes how to combine the global input values. If the algorithm is 窶彜ingle窶, Operator 1 describes how to combine the global input values as well as the local value.
  4.  
  5. The second operator, called 窶廾perator 2窶 is used only when the algorithm is 窶廛ouble窶. In this case it is used to describe how to combine the result from Operator 1 and the local value.
  6.  
  7. Note that unless the algorithm is 窶廰ocal only窶 or 窶廚orrelation窶, you can see which Operator 1 is being used in a given node by looking at its icon.
  8.  
  9. For Operator 1 you have the following options:
  10.  
  11.     窶「 Sum
  12.     窶「 Product
  13.     窶「 Maximum
  14.     窶「 Minimum
  15.  
  16. Sum
  17.  
  18. If 窶廾perator 1窶 is 窶彜um窶, then the node combines all input values by adding them. If the chosen algorithm is 窶彜ingle窶, the node also includes its own local value in the sum.
  19.  
  20. Product
  21.  
  22. If 窶廾perator 1窶 is 窶弃roduct窶, then the node combines all input values by multiplying them. If the chosen algorithm is 窶彜ingle窶, the node also includes its own local value in the product.
  23.  
  24. Maximum
  25.  
  26. If 窶廾perator 1窶 is 窶廴aximum窶, then the node combines all input values by taking the maximum value. If the chosen algorithm is 窶彜ingle窶, the node also includes its own local value in the maximum.
  27.  
  28. Minimum
  29.  
  30. If 窶廾perator 1窶 is 窶廴inimum窶, then the node combines all input values by taking the minimum value. If the chosen algorithm is 窶彜ingle窶, the node also includes its own local value in the minimum.